home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2608 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  991 b 

  1. Path: globe.indirect.com!snoopy
  2. From: chrism@xroads.com (Chris McCabe)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ compilers for Unix
  5. Date: 18 Jan 1996 18:06:13 GMT
  6. Organization: Internet Direct, Inc.
  7. Message-ID: <4dlqv4$7a_003@news.indirect.com>
  8. References: <4dgh98$8pk@bcarh8ab.bnr.ca>
  9. NNTP-Posting-Host: snoopy.infograph.com
  10. X-Newsreader: News Xpress Version 1.0 Beta #3
  11.  
  12. In article <4dgh98$8pk@bcarh8ab.bnr.ca>, Stephen Hui <stu2r41@bnr.ca> wrote:
  13. >I am looking for C++ compilers to run under HP-UX especially compilers that
  14. >generate compact code.  Any information is appreciated. thanks
  15. >
  16.  
  17.   I strongly recommend using the GNU C++ compiler.  It generates good,
  18. efficient code, and you will be able to compile on other UNIX platforms
  19. with little or no changes to the code.  I have had far fewer problems
  20. with GNU than with HP's compiler.
  21.   One note - if you are building shared libraries, check to see if the
  22. compiler you choose supports it.  I'm not sure if GNU does or not.
  23.  
  24.   -Chris
  25.  
  26.